﻿@charset "utf-8";
html{overflow-x:hidden}
body{font-size:16px;font-family:"微软雅黑";}
html,body{height:100%;width:100%;}
p,h1,h2,h3,h4,h5,h6,dd,dt,dl,li,ol,body,html,form,textarea,input,select,table,ul{margin:0;padding:0;}
ul,li,ol{list-style:none;}
a,u,button{text-decoration:none;color:inherit;}
section,article,aside,nav,header,footer,main{display:block;}
input,button{background:#fff;border:0;outline:0;}
img{border:0;}
.clear::after{content:'';display:block;visibility:hidden;opacity:0;clear:both;height:0;overflow:hidden;}
@font-face { 
  font-family:'cuya'; 
  src: url('img/cuya.ttf'); 
}
.cuya{font-family: "cuya";}
.w1300{width: 1300px;margin:0 auto;clear: both;position: relative;}
/*webkit scroll*/
::-webkit-scrollbar-track-piece {background-color:#f5f5f5;border-left:1px solid #d2d2d2;}
::-webkit-scrollbar {width:8px;height:13px;}
::-webkit-scrollbar-thumb {background-color:#c6c6c6;background-clip:padding-box;min-height:28px;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background-color:#ffba00;}
/*ie scroll*/
@-ms-viewport {width:device-width;}

/* 上边不要动 */
.navg{width:100%;height:60px;background:#fff;border-bottom: 1px solid #ccc;}
.nav_cnt{width: 100%;padding: 19px 2% 0 2%;position:relative;}
.crumbs{color:#8f8f8f;}
.crumbs img{margin-right:14px;margin-top:0px}
.crumbs a{font-size:14px;color:#8f8f8f;}
.crumbs span{float:right;display:block;color:#ff0000;font-size:20px;}

/*主导航多级菜单*/
.hbg{width: 100%;height: 135px;background: rgba(255, 255, 255, 0.8);text-align: center;}
#logo{margin:  0;transition: .5s;position: absolute;z-index: 9999;}
#logo a{font-size: 58px;color: #225fcd;font-weight: 700;}
.ttel { margin: 4% 1% 0 0; position: absolute; right: 0; top: 0; width: 480px;background: url(../images/ttel.png) left top no-repeat;text-align: left;background-size: contain;}
.ttel a{font-size: 28px;color: #ed1c24;padding: 0 0 0 66px;display: block;}
.ttel a h5{font-size: 18px;color: #333;margin: 0;}
.ttel a p{margin: 0;}
.ttxt {text-align: left;margin: 30px 0 0 250px;}
.ttxt p:first-child{font-size: 35px;color: #ed1c24;font-weight: bold;}
.ttxt p:last-child{font-size: 22px;color: #666666;}
.navbg{background: #225fcd;}
#nav{width: 100%;padding-left: 229px;}
#nav>ul{width:100%;position: relative;margin: 0;}
#nav>ul::after{content:'';clear:both;display:block;visibility:hidden;}
#nav>ul>li{width:16.5%;text-align:center;float:left;}
#nav>ul>li a{display:block;position:relative;z-index:1;line-height:65px;padding: 0 2%;color: #fff;font-size: 18px;}
#nav>ul>li a.act, #nav>ul>li a:hover{color: #fff;}
#nav>ul>li>a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:65px;z-index:-1;background:#ffba00;opacity:0;transition:all .3s;top: 0px;    }
#nav>ul>li>a:hover::after{content:'';opacity:1;width:100%;}
#nav>ul>li>a.act:after{width:100%;}
#nav ul ul{display:none;width:100%;top:65px;position:absolute;left:0;background:rgba(0,0,0,.8);color:#fff;z-index: 9999;}
#nav ul ul li{float:left;width:33.33%;margin:0}
#nav>ul>li ul li a{padding:2%!important;transition: .5s}
#nav>ul>li ul li a span{display:block;overflow: hidden;}
#nav>ul>li ul li a img{width:100%;display:block;}
#nav>ul>li ul li a p{line-height:30px;font-size: 14px;margin: 0;color: #fff;}
#nav>ul>li ul li a:hover{background: #ffba00;}


/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner>div{width:110px;position:absolute;right:0;left:0;bottom:7%;margin:auto}
#banner>div em{display:block;float:left;width:18px;height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner>div em.act{background:#ffba00}
.sl{width: 100%;margin: 40px auto 0 auto;}
.sl,.st,.st div,.sl div{overflow:hidden;}
.nextinfo{width:100%;overflow:hidden;}
.nextinfo span{background:#eee;margin:20px 1%;width:48%;float:left;text-align:center;border-radius:20px;font-size: 14px;}
.nextinfo span a{color: #000}

/*简介*/
h2.tit a{text-align: center;font-size: 38px;display: block;margin-bottom: 50px;font-weight: bold;color: #fff;}
h2.tit a em{font-size: 18px;display: block;font-weight: normal;padding-top:23px;font-style: normal;opacity: .8;}
.about{padding: 55px 0 0 0;height: 1300px;}
.ab_t{ background:url(../images/ab_tbg.png) no-repeat;height: 90px;margin-top: 50px;}
.ab_t a{font-size: 32px;color: #555;}
.ab_t b{display: block;font-size: 46px;color: #333; padding:15px 0 15px;}
.ab dl{margin:0;}
.ab{position: relative;}
.ab dt{float: right;}
.ab dd{width: 650px;float:left ;position: relative;}
.ab dd h3{border-bottom: 1px solid #ffffff57;}
.ab dd h3 a{font-size: 60px;color: #225fcd;font-weight: bold;height: 150px;font-family: Arial;}
.ab dd h3 a em{font-size: 16px;color: #fff;font-weight: normal;display: block;padding-bottom: 20px;font-style: normal;}
.ab dd p{font-size: 16px;color: #666666;line-height: 30px;margin-top: 24px;margin: 0;}
.ab dd ul li{display: inline-block;margin: 26px 16px 0 0;}
.ab dd ul li a{width: 98px;height: 98px;overflow: hidden;border-radius: 50%;background: #225fcd;color: #fff;font-size: 21px;text-align: center;display: block;border:5px solid #fff;    line-height: 24px;box-shadow: 0 0 15px #e300227c;padding-top: 31px;transition: .3s;}
.ab dd ul li:last-child a{padding-top: 18px;}
.ab dd ul li a:hover{background: #225fcd;box-shadow: 0 0 10px #225fcd60;}
.ab span a{margin-top: 14px;display: inline-block;background:#225fcd;color: #fff;line-height: 45px;transition:all .3s;font-size: 18px;text-align: center;overflow: hidden;box-shadow: 0 0 10px #225fcd60;padding: 0 40px;float: right;}
.ab span a:hover{background-color:#e50014;background-position-x: 90px;box-shadow: 0 0 10px #e5001377; }
.about .row{width: 90%;margin:0 auto;}
@keyframes sss1 {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-5px);
	}
}
@keyframes sss2 {
	0%{
		transform: translateY(-8px);
	}
	100%{
		transform: translateY(0);
	}
}
.cppichz a{float: left; width: 280px; margin-right: 20px;text-align: center; position: relative; }
.cppichz a span{overflow: hidden; }
.cppichz a span img{width: 100%;display: block;border:5px solid #fff;height: 300px;}
.cppichz a em{line-height: 2; font-size: 16px; display: block; font-style: normal;color: #fff}
.cppichz a div{position: absolute;width: 100%; height: 100%; background: rgba(249,128,62,0.9); color: #fff; left: 0; top: 20px; opacity: 0; transition: all .3s;}
.cppichz a div::before{content: ''; background: url(../images/356.png) center/cover; width: 60px;height: 60px; margin: auto; margin-top: 60px;display: block;}
.cppichz a:hover div{top: 0; opacity: 1;}
.cppichz a div p{position: absolute; left: 0; right: 0; bottom: 0; top: 30px; margin: auto;  line-height: 30px;font-size: 14px;text-align: center; border: 1px solid #fff;  height: 30px; width: 80px; }
.about .row{width: 90%;margin:0 auto;}
.grid{overflow:hidden;margin:0;width:100%;list-style:none;text-align:center;}

/* Common style */
.grid .figure{position:relative;z-index:1;display:inline-block;overflow:hidden;	/*margin: -0.135em;*/width:100%;height:252px;text-align:center;cursor:pointer;}
.grid .figure img{position:relative;display:block;opacity:1;width:100%}
.grid .figure .figcaption{padding:0em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;}
.grid .figure .figcaption::before,.grid .figure .figcaption::after{pointer-events:none;}
.grid .figure .figcaption,.grid .figure a{position:absolute;top:0;left:0;height:100%;}
.grid .figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.grid .figure h2{word-spacing:-0.15em;font-weight:300;}
.grid .figure h2 span{font-weight:800;}
.grid .figure h2,.grid .figure p{margin:0;}
.grid .figure p{letter-spacing:1px;font-size:14px;}
.figure.effect-zoe .figcaption{top:auto;bottom:0;height:2.75em;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;-moz-transition:-webkit-transform 0.35s;-ms-transition:-webkit-transform 0.35s;-o-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);}
.figure.effect-zoe h2{float:left;}
.figure.effect-zoe .figcaption > span{}
.figure.effect-zoe p span{position:absolute;text-align:center;width:100%;color:#fff;text-transform:none;font-size:16px;opacity:1;left:0;}
.figure.effect-zoe span.con{width:190px;text-align:center;margin-top:-25px;padding:5px 0px;color:#fff;text-transform:none;font-size:14px;opacity:1;left:0px;display:block;}
.figure.effect-zoe p{position:absolute;bottom:8em;text-align:center;width:100%;color:#fff;text-transform:none;opacity:1;-webkit-transition:opacity 0.35s;-moz-transition:opacity 0.35s;-ms-transition:opacity 0.35s;-o-transition:opacity 0.35s;transition:opacity 0.35s;left:0}
.figure.effect-zoe p img{margin:0 auto;}
.figure.effect-zoe h2,.figure.effect-zoe .figcaption > span{-webkit-transition:-webkit-transform 0.35s;-moz-transition:-webkit-transform 0.35s;-ms-transition:-webkit-transform 0.35s;-o-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translateY(200%);transform:translateY(200%);-moz-transform:translateY(200%);-ms-transform:translateY(200%);-o-transform:translateY(200%);}
.figure.effect-zoe .figcaption > span::before{display:inline-block;padding:5px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-eye::before{content:'\e000';}
.icon-paper-clip::before{content:'\e001';}
.icon-heart::before{content:'\e024';}
.figure.effect-zoe h2{display:inline-block;}
.figure.effect-zoe:hover p{opacity:1;}
.figure.effect-zoe:hover .figcaption,.figure.effect-zoe:hover h2,.figure.effect-zoe:hover .figcaption > span{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;-moz-transition-delay:0.05s;-ms-transition-delay:0.05s;-o-transition-delay:0.05s;transition-delay:0.05s;}
.figure.effect-zoe:hover .figcaption > span:nth-child(4){-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;}
.figure.effect-zoe:hover .figcaption > span:nth-child(3){-webkit-transition-delay:0.15s;-moz-transition-delay:0.15s;-ms-transition-delay:0.15s;-o-transition-delay:0.15s;transition-delay:0.15s;}
.figure.effect-zoe:hover .figcaption > span:nth-child(2){-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-ms-transition-delay:0.2s;-o-transition-delay:0.2s;transition-delay:0.2s;}
/*产品*/
.psub{width: 100%;margin:40px 0 50px 135px;}
.psub ul li{position: relative;transition:.5s;float: left;width: 19%;margin-right: 1%;}
.psub ul li a{color:#fff;font-size:20px;display:block;transition:.2s;line-height:60px;overflow: hidden;background: #265fc9;text-align: center;border:1px solid #265fc9;font-weight: 700;}
.psub ul li:hover a{background: #fff;color: #265fc9;}
.cp01_t{position: relative;z-index: 99999;}
.cp01_t a{font-size: 34px;color: #ffba00;line-height: 50px;display: block;}
.cp01_t p{display: block;font-size: 16px;color: #696969; line-height: 25px;margin: 10px 0 0 0;}
.cp01_t span{display: block;font-size: 22px;color: #777; background:url(../images/cp_line03.gif) no-repeat 0 15px; padding:0 0 0 55px;line-height: 30px;}
.rtCont{position:relative;}
.rtCont ul{margin:0 auto;width:208px;overflow:hidden;}
.rtCont li{float:left;text-align:center;margin-right: 15px;    margin-left: 15px;}
.rtCont li a{display:block;position: relative;transition:all .2s ease;padding-top: }
.rtCont li a img{display:block;font-size:0px;width:180px;height:180px;transition:all .2s ease;border:8px solid #fff;border-radius: 50%;-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);}
.rtCont .btnLeft,.rtCont .btnRight{position:absolute;top:150px;margin-top:-15px;width:46px;height:46px;background: #ffba00;font-size: 33px;color: #fff;font-family: "宋体";text-align: center;line-height: 46px;    box-shadow: 0 0px 10px rgba(27,175,69,1);}
.rtCont li a p{margin-top: 10px;font-size: 18px;color: #666;margin-bottom: 0;}
.rtCont li a:hover img{-webkit-box-shadow: 0 0px 15px rgba(27,175,69,1);
	box-shadow: 0 0px 15px rgba(27,175,69,1);border-color: #ffba00;}
.rtCont li a:hover p{color: #ffba00}
.rtCont .btnLeft{left:-50px;}
.rtCont .btnRight{right:-50px;}
.rtCont>a{transition: .5s;}
.rtCont>a:hover{background: #fff;color: #999;box-shadow: 0 0px 10px rgba(0,0,0,0.3);}
.pro {padding: 0 0 90px 0;position: relative;}

.pbt{text-align: center;color: #e8b16b;font-size: 16px;margin-top: 60px;;}
.pbt h3{color: #f49a12;font-size: 36px;font-weight: bold;}
.pbt p{margin-top: 10px;font-size: 22px;color: #111;}
.pro .prolist{width: 100%;margin:40px 0 0;background:#fff;}
.pro .prolist ul{margin: 0 auto;}
.pro .prolist ul li{position: relative;transition:.5s;float: left;width:13.8%;margin:0 0.2%;}
.pro .prolist ul li img{width: 100%;}
.pro .prolist ul img{width: 14.2%;margin: 0;}
.pro .prolist ul li a{color:#111;font-size:18px;display:block;transition:.2s;line-height:2.5;overflow: hidden;background: #e2e2e2;text-align: center;border-radius: 25px;margin-top: 20px;}
.pro .prolist ul li.cur a{background: #fb8233;color: #fff;}
.pro .f_cb{width: 100%;background: #fff;padding: 1%}
.pro .f_cb li{width: 24%;margin: 0 1% 1% 0;}
.pro .f_cb li a{color:#fff;display: block;overflow: hidden;position: relative;}
.pro .f_cb li a h5{line-height: 45px;text-align: left;position: absolute;bottom: 0px;background: rgba(0,0,0,0.6);color: #fff;z-index: 9999;width: 100%;font-size: 16px;transition: .5s;text-indent: 16px;margin: 0px; transition: .5s;}
.pro .f_cb li a:hover h5{background: rgba(253,132,36,0.75);height: 100%;font-size: 26px;padding: 20% 10% 0 10%;text-align: center;line-height: 30px;}
.pro .f_cb li a p{position: absolute;top: 50%;color: #fff;font-size: 30px;z-index: 9999;width: 100%;text-align: center;opacity: 0;transition: .5s;}
.pro .f_cb li a:hover p{opacity: 1;}
.pro .f_cb li{float: left;zoom:1; }
.pro .f_cb li img{width:100%;display: block; position: relative;z-index: 52; transition: .5s;}
.pro .f_cb li:hover img{filter: brightness(120%);}
.pro .f_cb li a:after{content:">";position: absolute;right: 2%;bottom: 2%;z-index: 99999;transition: .5s;font-family: "SimSun";font-style: normal;font-size: 18px;background: #fff;border-radius: 50%;overflow: hidden;width: 30px;height: 30px;color: #db0014;text-align: center;line-height: 30px;font-weight: bold;}
.pro .f_cb li:hover a:after{content:"+";width: 50px;height: 50px;line-height: 50px;left: 0;right: 0;margin: 0 auto;font-size: 42px;bottom: 6%;}
.pad{width: 100%;height: 233px;background: url(../images/pad.jpg) no-repeat top center;}
.pad .fr a{border-radius: 25px;width: 250px;height: 35px;line-height: 35px;display: block;background: #ffba00;color: #fff;font-size: 18px;text-align: center;margin:150px 0 0 0;border: 1px solid #ffba00;transition: .3s;}
.pad .fr a:hover{background: none;color: #fff;border: 1px solid #fff;}
.pad .fr:last-child{margin-right: 40px;}
.pad .fr p{font-family: "cuya";font-size: 25px;color: #fff;margin-bottom: 0;float: left;margin-top: 153px;padding: 0 5px;}
.more {text-align: center;margin-top: 50px;}
.more a{display: inline-block;font-size: 31px;color: #ffffff;font-family: cuya;background: url(../images/moretel.png) no-repeat top center;width: 497px;line-height: 47px;    text-align: left; text-indent: 289px;}

/*案例*/
.al{width: 100%;padding: 60px 0;background: url(../images/albg.jpg) no-repeat top center;}

.al1{width: 100%;padding: 60px 0;}
.albt {text-align: center;}
.albom{text-align: center;position: relative;}
.albom a{display: inline-block;line-height: 50px;color: #fff;width: 300px;position: relative;border-radius: 25px;margin: 0 10px;transition: all .5s;}
.albom a.more {background: #c60000;font-size: 20px;top: -4px;border:1px solid #c60000;transition: all .5s;}
.albom a.tel {background: #225fcd url(../images/altel.png) no-repeat 30px 10px;font-size: 30px;padding-left: 40px;border:1px solid #225fcd;}
.albom a.more:hover{color: #225fcd;background: #fff;border-color: #225fcd}
.albom a.tel:hover{background-color: #c60000;border-color: #c60000}

/* ---------------新闻----------- */
.news {margin-top: 50px;}
.news .nbt{text-align: center;}
.news .warp{width: 1075px;margin:0 auto;}
.picFocus{width: 1300px;margin:0 auto;}
.picFocus .fl{width: 49%;}
.news_0606{padding:0 0 70px 0;margin-top: 50px;
}
.news_0606 div.fl{position:relative;overflow: hidden;}
.news_0606 div.fl ._hd{position:absolute;bottom:20px;z-index:9;width:100%;height:14px;text-align:center;}
.news_0606 div.fl ._hd ul{display:inline-block;}
.news_0606 div.fl ._hd ul li{float:left;width:14px;height:14px;overflow:hidden;margin:0 5px;border-radius:50%;background:#fff;font-size:0;}
.news_0606 div.fl ._hd ul li.on{background:#E1112A;}
.news_0606 div.fl .bd a{display:block;}
.news_0606 div.fl .bd a img{width:100%;}
.news_0606 div.fr{width:48%;overflow:hidden;}
.news_0606 div.fr ul{width:100%;height:372px;}
.news_0606 div.fr ul li{height:138px;transition:.5s;margin-bottom:31px;}
.news_0606 div.fr ul li:first-child{border-top:none;}
.news_0606 div.fr ul li a{display:block;height:100%;}
.news_0606 div.fr ul li .a1{float:left;width:28%;height:100%;text-align:center;-webkit-transition:all .5s;transition:all .5s;background: #fff;overflow: hidden;}
.news_0606 div.fr ul li .a1 img{height: 100%;margin: 0 -100%; }
.news_0606 div.fr ul li .a2{float:right;width:72%;padding:10px 15px;box-sizing:border-box;}
.news_0606 div.fr ul li .a2 h5{font-size:17.5px;color:#242424;line-height:30px;-webkit-transition:all .5s;transition:all .5s;}
.news_0606 div.fr ul li .a2 p{font-size:12.5px;color:#a5a5a5;line-height:20px;-webkit-transition:all .5s;transition:all .5s;}
.news_0606 div.fr ul li.on{background: #dd0000}
.news_0606 div.fr ul li.on .a1{color:#fff;}
.news_0606 div.fr ul li.on .a2 h5{color:#fff;}
.news_0606 div.fr ul li.on .a2 p{color:#fff;}


/*底*/
.fixFooter{background: #225fcd;text-align: center;padding: 44px 0;}
.fixFooter .flogo{float: left;}
.fixFooter .fnav{width: 244px;margin-left: 50px;border-right: 1px solid #fff;}
.fixFooter .fnav ul h4{font-size: 20px;font-weight: 700;color: #fff;text-align: left;}
.fixFooter .fnav ul li{ text-align: left;height: 50px;}
.fixFooter .fnav ul li a{color:#fff;line-height: 35px;transition:all .5s;}
.fixFooter .fnav ul li a:hover{background: #007cc2;color: #fff;}
.fixFooter .ftxt{color: #fff;text-align: left;font-size: 14px;float: right;}
.fixFooter .ftxt .bqnybt {background: url(../images/1_28.png) left top no-repeat; padding-left: 65px; }
.fixFooter .ftxt .bqnybt h2{font-size: 18px; font-weight: normal;margin: 0;}
.fixFooter .ftxt .bqnybt p{font-size: 36px;color: #ffea00;}
.fixFooter .fr{color: #fff;}
.fixFooter .fr img , .fixFooter .fr .frtxt{display: inline-block;}
.fixFooter .qr img {border: 3px solid #fff}
.fixFooter .fr .frtxt{text-align: left;margin-left: 15px;}
.bq{font-size: 14px;border-top: 1px solid #3f3f3f;background: #001125;line-height: 65px;}
.bq .fl{margin: 0;color: #fff;}


/*产品竖向滚动*/
.cppichz{width: 100%;}
.cppichz>div{ padding-bottom: 50px;}
.cppichz a{float: left; width: 280px; margin-right: 10px;text-align: center; position: relative; }
.cppichz a span{overflow: hidden; }
.cppichz a span img{width: 100%;display: block;}
.cppichz a em{background: #265fc9; line-height: 2; font-size: 16px; display: block; font-style: normal;color: #fff;}
.cppichz a div{position: absolute;width: 100%; height: 100%; background: rgba(28,113,234,0.7); color: #fff; left: 0; top: 20px; opacity: 0; transition: all .3s;}
.cppichz a div::before{content: ''; background: url(../images/356.png) center/cover; width: 60px;height: 60px; margin: auto; margin-top: 60px;display: block;}
.cppichz a:hover div{top: 0; opacity: 1;}
.cppichz a div p{position: absolute; left: 0; right: 0; bottom: 0; top: 30px; margin: auto;  line-height: 30px;font-size: 14px;text-align: center; border: 1px solid #fff;  height: 30px; width: 80px; }

.cppicsz{width:85%;height:1200px;margin:60px auto 0px auto;}
.cppicsz a{float:left;width:24.25%;margin-right:1%;text-align:center;position:relative;margin-bottom:2%;border-bottom: 1px solid #e1dfe0;}
.cppicsz a:nth-child(4n){margin-right: 0;}
.cppicsz a span{overflow:hidden;}
.cppicsz a span img{width:100%;display:block;}
.cppicsz a em{background:#fff;line-height:4;font-size:18px;display:block;font-style:normal;}
.cppicsz a div{position:absolute;width:100%;height:100%;background:rgba(230,0,18,0.7);color:#fff;left:0;top:20px;opacity:0;transition:all .3s;}
.cppicsz a div::before{content:'';background:url(../images/356.png) center/cover;width:60px;height:60px;margin:auto;margin-top:60px;display:block;}
.cppicsz a:hover div{top:0;opacity:1;}
.cppicsz a div p{position:absolute;left:0;right:0;bottom:0;top:30px;margin:auto;line-height:30px;font-size:14px;text-align:center;border:1px solid #fff;height:30px;width:80px;}
.fl{float:left;}
.fr{float:right;}
.tac{text-align:center;}
.page22{width:900px;height:40px;margin:0 auto;line-height:40px;}
.page22 li{width:400px;height:40px;float:left;text-align:center;}
.page11{line-height:40px;font-weight:bold;color:#333;text-align:center;}
.page11 i{color:#999;font-size:14px;font-weight:normal;}
.content h1{text-align:center;font-size:20px;line-height:80px;}

.pnav{width: 100%;padding-top: 150px;}
.pnav ul{margin-top: 10px;text-align: center;}
.pnav ul li {display: block;display: inline-block;margin: 0 15px;}
.pnav ul li a{display: block;transition: all .3s;}
.pnav ul li a .pnimg{transition:  1s;}
.pnav ul li a img{width: 220px;display: block;}
.pnav ul li a p{text-align: center;font-size: 16px;color: #000;margin-top: 5px;color: #fff;background: #ffba00;border-radius: 25px;line-height: 30px;transition: .3s;}
.pnav ul li a:hover{transform: translateY(-14px);}
.pnav ul li a:hover .pnimg{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg);transform: translateZ(0) scale(1.10);}
.pnav ul li a:hover p{background: #225fcd}

/* 优势 */
.zxm_index_5{ padding:160px 0px;
	background-image:url(../images/img14.jpg); background-position:center; background-repeat:no-repeat; background-size:cover;margin-top: 50px;}
	.zxm_index_5_left{
	float:left; width:50%;}
	.zxm_index_5_left_2{ line-height:45px;
	color:#fff; font-size:36px; padding-left:30px; width:610px; margin-top:5px;font-weight: 100}
	.zxm_index_5_left_1{
	padding-left:30px; width:610px; background-image:url(../images/img15.jpg); background-position:left; background-repeat:repeat-y;}
	.zxm_index_5_left_1 span{font-family: "cuya"; color:#eeffff;
	font-size:250px; line-height:252px;}
	.zxm_index_5_right{
	float:right; width:50%;}
	.zxm_index_5_right dl dd{
	float:left; width:50%;}
	.zxm_index_5_right_1 div{ padding-right:50px; overflow:hidden; height:80px;
	display:inline; position:relative;}
	.zxm_index_5_right_1{ background-image:url(../images/img15.jpg); background-position:left; background-repeat:repeat-y; padding-left:30px;}
	.zxm_index_5_right_1 div span{font-family: "cuya";
	color:#ffba00; font-size:100px; line-height:80px;}
	.zxm_index_5_right_1 div img{
	position:absolute; right:0; top:-50px;}
	.zxm_index_5_right_2{ margin-top:10px;
	color:#fff; font-size:18px; padding:0 30px; width:260px;}
/*优势结束*/

/*内页*/
#nyba{width:100%;height:400px;background:url(../images/nyba.jpg) top center no-repeat #333;background-attachment: fixed;}
#main{width:1300px;height:auto;margin:0 auto;font-size:16px;line-height:35px;}
#main::after{content:'';display:block;visibility:hidden;opacity:0;clear:both;height:0;overflow:hidden;}
#main2{width: 96%; margin: auto; padding: 0 2%;}
#main3{width: 100%;}

/*内页简介*/
.sec_mian{overflow:hidden;}
.sec_aa{padding:60px 0 0;}
.sec_aa div.fl{/*width:calc(100% - 680px);*/}
.sec_aa div.fl h4{margin:0 0 24px 0;font-size:52px;color:#333;text-align:center;}
.sec_aa div.fl h5{margin-bottom:35px;font-size:24px;color:#666;text-align:center;line-height:38px;letter-spacing:10px;}
.sec_aa div.fl h5 i{display:inline-block;padding:0 7px 0 15px;margin-right:15px;background:#ffba00;color:#fff;vertical-align:top;border-radius:50px;font-style: normal;}
.sec_aa div.fl p{font-size:14px;color:#666;line-height:30px;}
.sec_aa div.fr{width:640px;height:314px;background:no-repeat center;background-size:cover;}

.bass{height:60px;line-height:60px;font-size:18px;color:#666;width:100%;margin:0 auto 30px;border-bottom:solid 2px #ddd;}
.bass a{color:#2f44c3;text-decoration:none;font-weight:bold;font-size:18px;}
.love-pic-box{width:100%;overflow:hidden;margin:20px auto;}
.love-pic-box li{width:18%;background:#fff;margin:15px 1%;float:left;list-style:none;overflow:hidden;position:relative;z-index:0;box-shadow:0px 0px 15px #cccccc7d;border:solid 10px #ffffff;box-sizing:border-box;}
.love-pic-box li img{width:100%;padding:0;margin:0;}
.love-pic-box li p{width:100%;height:40px;background:#fff;z-index:999;left:0;bottom:0;margin: 0;}
.love-pic-box li p>a{width:100%;line-height:30px;height:30px;text-align:center;font-size:16px;color:#000;display:block;padding-top:5px;}
.h30{height:30px;}
.ny_left{width:320px;height:auto;float:left;}
.ny_right{height:auto;}
.nr20 ul{text-align: center;}
.nr20 ul li{display: inline-block;text-align: center;width: 25%;vertical-align: text-top;}
.left-lx{width:290px;overflow:hidden;border:solid 1px #ddd;box-sizing:border-box;padding-bottom:20px;box-shadow:0px 0px 10px #ccc;margin-bottom:20px;}
.lx-tt{height:50px;margin-bottom:10px;background:#2f44c3;color:#888;width:100%;margin:0 auto 10px;box-sizing:border-box;}
.lx-tt h2{font-size:20px;color:#fff;line-height:50px;float:left;font-weight:initial;padding-left:15px;}
.lx-tt a{font-size:14px;color:#eee;float:right;padding-top:10px;padding-right:10px;}
.lx-tt a:hover{color:#ffba00;}
.left-lx p{padding:0px 20px;font-size:16px;color:#333;line-height:30px;}
.pc_tt{background:#2f44c3;color:#fff;width:290px;height:90px;box-sizing:border-box;}
.pc_tt h2{font-size:24px;line-height:30px;text-align:center;padding-top:20px;font-weight:initial;}
.pc_tt>p{font-size:14px;line-height:30px;text-align:center;color:#ccc!important;width:250px;margin:0 auto;}
.left_cplei{width:290px;height:auto;padding:5px 0px;color:#fff;}
.left_cplei a{width:230px;height:40px;background:url(../images/left1.png) 15px center no-repeat #666;margin:10px auto;text-align:left;line-height:40px;font-size:18px;padding-left:40px;position:relative;z-index:1;display:block;}
.left_cplei a::after{content:'';background:url(../images/left1.png) 15px center no-repeat #2f44c3;z-index:-1;position:absolute;width:0px;height:40px;left:0;right:0;opacity:0;transition:all .3s}
.left_cplei a:hover::after{content:'';opacity:1;width:100%;}
.left_cplei a.act::after{content:'';opacity:1;width:100%;}
.ny_news,.ny_news li{width:100%;}
.ny_news li{transition:.3s;}
.ny_news li:nth-child(2n){background-color:#f8f8f8;}
.ny_news .center{width:1100px;margin:0 auto;position:relative;-webkit-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;left:0;}
.ny_news>li>a{padding:50px 0;display:block;}
.ny_news .num{display:block;width:205px;font-weight:bold;font-style:italic;}
.ny_news .num img{text-indent:-9999px;height:120px;}
.ny_news .font{display:block;width:77.7%;font-size:18px;line-height:30px;}
.ny_news .font .intro{font-size:14px;color:#bbb;}
.ny_news li:hover{background:#ffba00;}
.ny_news li:nth-child(2n):hover{background:#225fcd;}
.ny_news li:hover .num,.ny_news li:hover .font p,.ny_news li:hover .font .intro{color:#fff;}
.ny_news li:hover .center{left:-16px;}
.nynews_list{margin-bottom:30px;width:100%;overflow:hidden;}
.nynews_list h1{margin-bottom:20px;}
.nynews_list li{width:46%;height:45px;margin:5px 2%;float:left;background:url(../images/news1.jpg) left center no-repeat #fff;box-sizing:border-box;line-height:45px;color:#666;}
.nynews_list li a{color:#555;padding-left:10px;    display: block;border:solid 1px #ddd;}
.nynews_list li a:hover{color:#fff;background: #ffba00;transition:all .3s;border:solid 1px #ffba00;}

@media all and (max-width:1520px){
	.abg .fr .atxt{line-height: 30px;}
}
@media all and (max-width:1520px){
	.abg .fr .atxt{font-size: 14px;line-height: 22px;}
}

.ystab{text-align: center;margin-top: 50px;}
.ystab a{display: inline-block;width: 300px;height: 60px;line-height: 60px;color: #fff;background: #ffba00;border-radius: 45px;font-size: 26px;margin: 0 10px}
.gtr{
	position:fixed; z-index:999999; right:0; width:70px; height:198px; margin-top:-99px; top:73%;}
	.gtr ul li{border-bottom:1px #ececec solid;
	float:left; position:relative; width:100%; height:65px;}
	.gtr ul li:hover{border-bottom:1px #ececec solid;}
	.gtr ul li:nth-child(3) img,.gtr ul li:nth-child(1) img,.gtr ul li:nth-child(1) p{ display:none;
	position:absolute; top:0; right:70px; max-width:none;}
	.gtr ul li:nth-child(1) p{width: 176px;font-size: 22px;font-family: "cuya";color: #434343;line-height: 50px;}
	.gtr ul li a{background-color:#fff;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1); 
	display:block; width:100%; height:65px;  background-position:center; background-repeat:no-repeat;-webkit-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		transition-duration: 0.5s;}
	.gtr ul li:hover a{
	background-color:#ffba00;
	}
	.qqchat{ display:none;
	position:absolute; right:75px; width:255px; height:144px; top:-32px; background-image:url(../images/qqchat.png); background-position:center; background-repeat:no-repeat;}
	.gtr ul li:nth-child(3):hover img,.gtr ul li:nth-child(1):hover img,.gtr ul li:nth-child(1):hover p{
	display:block;}
	.gtr ul li:nth-child(1) a{
	background-image:url(../images/r1.png);}
	.gtr ul li:nth-child(1):hover a{
	background-image:url(../images/r1on.png);}
	.gtr ul li:nth-child(2) a{
	background-image:url(../images/r2on.png);}
	.gtr ul li:nth-child(2):hover a{
	background-image:url(../images/r2.png);}
	.gtr ul li:nth-child(3) a{
	background-image:url(../images/qq2.png);}
	.gtr ul li:nth-child(3):hover a{
	background-image:url(../images/qq.png);}
	.gtr ul li:nth-child(4) a{
	background-image:url(../images/r3.png);}
	.gtr ul li:nth-child(4):hover a{
	background-image:url(../images/r3on.png);}
	.gtr ul li .qqchat dl{
	float:left; width:248px;}
	.gtr ul li .qqchat dl dd{
	float:left; width:100%;}
	.gtr ul li .qqchat dl dd a{  
	display:block; width:100%; height:48px; line-height:48px; background-image:url(../images/q.png); text-indent:45px; background-position:9px center; background-repeat:no-repeat;}
	.gtr ul li .qqchat dl dd:hover{
	background-color:#ebf3fa;}
	.gtr ul li:hover .qqchat dl dd a{
	background-color:transparent; background-image:url(../images/q.png);}
	.gtr ul li:hover .qqchat{
	display:block;}
	@media all and (max-width:1600px){
		.pro .prolist ul li a{font-size: 14px;}
	}
	
	@media all and (max-width:1470px){
		.pro .f_cb li a h5{line-height: 70px;font-size: 20px;}
		.pro .prolist ul li a:after{width: 30px;height: 30px;line-height: 30px;text-indent: 9px;}
		
	}
	@media all and (max-width:1366px){
		.pro .f_cb li a h5{line-height: 60px;font-size: 18px;}
		.pro .prolist ul li a:after{width: 25px;height: 25px;line-height: 25px;text-indent: 7px;}
		.ys1{left: 0px;}
		.ys4{left: 1050px;}
	}



	.showlist li .t{text-transform: uppercase;}

    .ys_ys{width: 1625px; margin: 0 auto ;position: relative;}
    .fabt{text-align: center;padding-top: 50px;}
   .cppichz a{float: left;width: 350px;margin-right: 10px;text-align: center;position: relative;margin-bottom: 10px;}
.cppichz a span{overflow: hidden; }
.cppichz a span img{width: 100%;display: block;}
.cppichz a em{background: #e6e6e6; line-height: 2; font-size: 16px; display: block; font-style: normal;color: #111;line-height: 37px;overflow: hidden;}
.cppichz a div{position: absolute;width: 100%; height: 100%; background: rgba(231,0,18,0.9); color: #fff; left: 0; top: 20px; opacity: 0; transition: all .3s;}
.cppichz a div::before{content: ''; background: url(img/356.png) center/cover; width: 60px;height: 60px; margin: auto; margin-top: 60px;display: block;}
.cppichz a:hover div{top: 0; opacity: 1;}
.cppichz a div p{position: absolute; left: 0; right: 0; bottom: 0; top: 30px; margin: auto;  line-height: 30px;font-size: 14px;text-align: center; border: 1px solid #fff;  height: 30px; width: 80px; }
.proname a em{height: 61px;text-align: left;text-indent: 10px;position: relative;background: #0758B3;line-height: 61px;color: #fff;font-size: 14px;}
.proname a em:after{content:"辰友";display:block;height:62px;width:100px;color:#fff;font-size:20px;position:absolute;right:0;top:0;text-indent:0;text-align:center;}
.proname a em i{position:absolute;right:-20px;bottom:0;background:red;width:110px;height:100%;-webkit-transform:skew(-15deg);-moz-transform:skew(-15deg);-ms-transform:skew(-15deg);-o-transform:skew(-15deg);transform:skew(-15deg);}


.part7{ width:1200PX; margin:0 auto; overflow:hidden; padding-top:20px}
.part7L{ width:575px; float:left; overflow:hidden}
.part7R{ width:575px; float:right; overflow:hidden}
.part7 .titbox{ width:100%; background:url(../images/titbg.jpg) repeat-x; height:45px; line-height:45px; overflow:hidden;}
.part7 .titbox p{ float:left; width:300px; overflow:hidden; background:url(../images/icon2.png) no-repeat left center; padding-left:15px; font-size:18px; font-weight:bold}
.part7 .titbox a{ float:right}

.part7 ul{ overflow:hidden; padding:10px 0 10px 0;}
.part7 ul li{  height:42px; line-height:42px; width:100%; border-bottom:1px dashed #ccc}
.part7 ul li a{ display:block; float:left; width:450px; padding-left:10px}
.part7 ul li span{ float:right}
.part7 ul li a:hover{ color:#3E78B3}
.link{height:120px;line-height:39px;color: #666;position: relative;width: 1200px;margin: 0 auto;}
.link_c{border-top: solid 2px #666;position: absolute;left: 0;top:20px;z-index: 9;width: 1200px;}
.link_c b{width: 100px;}
.link a{display: inline-block;color: #666;}



#full-screen-slider { width:100%; height:727px; float:left; position:relative; margin-top:1px; margin-bottom: 70px;}
#slides { display:block; width:100%; height:778px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:48%; top:718px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:15px; height:15px; float:left; margin-left:15px; border-radius:7px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0052ac;}
.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #225fcd none repeat scroll 0 0;
    border: 1px solid #225fcd;
    color: #ffffff;
}

#prev_next {
    width: 100%;
    border-top: 1px solid #ebecf1;
    padding: 25px 0;
    float: left;
    clear: both;
}
#prev_next li {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#prev_next li {
    width: 100%;
    min-height: 30px;
    background: #f7f7f7;
    color: #414141;
    line-height: 30px;
    margin: 10px 0;
    text-indent: 15px;
}
#prev_next li a {
    background: #f2f2f2;
    color: #414141;
    line-height: 30px;
    transition: all 0.2s linear 0s;
}
#prev_next li a:hover {
    color: #0087c7;
}

.se_hangye{ width:1200px; margin:0 auto; }
.se_hangye ul{position:relative}
.se_hangye li{ margin-bottom:20px; margin-right:10px; padding:20px; border:1px dashed #ccc;width:579px; float:left; position:relative;top:20px;left:20px; cursor: pointer; height:200px}
.se_hangye li:nth-child(2n){}
.se_hangye li.hover{border:1px solid #ccc;}
.se_hangye_con{  }
.se_hangye_con_t{   line-height:40px; }
.se_hangye_con_t a{ font-size:18px; line-height:50px; font-weight:bold; color:#333;}
.se_hangye_con_t a:hover{ color:#e61414}
.se_hangye_con_other{ font-size:14px; color:#666; line-height:20px; padding:0 0 10px 0}
.se_hangye_con_t_intro{ font-size:14px; color:#777; line-height:28px;}

.se_date{ line-height:30px; color:#555; font-size:14px; font-weight:normal;}
.erji{  padding:30px 0 0 0}
.erji h2{  text-align:center; color:#000; font-size:24px; text-transform:uppercase}
.erji h2 p{ font-size:33px; color:#08912a; font-weight:bold; line-height:60px;}
.erji h2 p span{ color:#ec0c41}

.product_title{ background:url(../images/pppp.png) no-repeat center center; height:88px; line-height:78px; text-align:center; color:#333333; font-size:30px; font-weight:bold}
.product_title span{ color:#e91f13}
.product_title_p{ line-height:30px; text-align:center; color:#444; font-size:16px; }

.espcms_head{width:1000px;height:100px;overflow: hidden;margin: 0 auto;}
.espcms_head .logo{float: left;width:350px;height:80px;overflow: hidden;padding-top:20px;}
.espcms_head .head_botton{float: left;width:650px;height:50px;overflow: hidden;}
.espcms_head .head_botton ul li{float: right;padding-right:12px;padding-top:5px;}

.espcms_head .head_search{float: left;width:650px;height:50px;overflow: hidden;}
.espcms_head .head_search ul{float: right;}
.espcms_head .head_search ul li{float: left;height:23px;overflow: hidden;}
.espcms_head .head_search ul li#search_left{height:23px;width:20px;background: url('../images/search_botton_img.jpg') no-repeat 0 -46px;}
.espcms_head .head_search ul li#search_input {height:22px;width:140px;background: url('../images/search_botton_img.jpg') repeat-x 0 -23px;padding-top:1px;}
.espcms_head .head_search ul li#search_input .search_input{border:0px;padding:0px;margin: 0px;width:130px;height:20px;line-height: 21px;overflow: hidden;}
.espcms_head .head_search ul li#search_botton .search_botton {height:23px;width:44px;background: url('../images/search_botton_2.jpg') no-repeat;}





.espcms_page{width:1200px;overflow: hidden;margin: 0 auto;}
.espcms_table{width:345px;overflow: hidden;}
.espcms_table .espcms_table_title{height:35px;line-height: 35px;overflow: hidden;border-bottom:1px solid #87ceab}
.espcms_table .espcms_table_title p{float:left;padding:0px;margin: 0px;height:35px;line-height: 35px;}
.espcms_table .espcms_table_title span{float:left;padding-left:5px;margin: 0px;height:35px;line-height: 37px;}
.espcms_table .espcms_table_title p.more{float:right;padding-right:0px;margin: 0px;padding-top:15px;}

.espcms_table .espcms_table_pic{width:345px;overflow: hidden;height:85px;padding:10px 0px;}
.espcms_table .espcms_table_pic .newspic{float:left;width:110px;overflow: hidden;height:85px;}
.espcms_table .espcms_table_pic .newstitle{float:left;width:225px;overflow: hidden;height:20px;padding-left:10px;}
.espcms_table .espcms_table_pic .newssummit{float:left;width:225px;overflow: hidden;height:65px;padding-left:10px;}

.espcms_table .espcms_table_list {width:345px;overflow: hidden;}
.espcms_table .espcms_table_list li {float: left;width:337px;padding-left:8px;height:25px;line-height: 25px;overflow: hidden;background: url('../images/icon3.gif') no-repeat 0px 10px;}
.espcms_table .espcms_table_list li a{float: left;}
.espcms_table .espcms_table_list li p.time{float: right;color:#8f8f8f;padding:0px;}

.espcms_Rtalbe{width:280px;overflow: hidden;}
.espcms_Rtalbe .espcms_Rtalbe_title{height:35px;line-height: 35px;overflow: hidden;border-bottom:1px solid #87ceab}
.espcms_Rtalbe .espcms_Rtalbe_title p{float:left;padding:0px;margin: 0px;height:35px;line-height: 35px;}
.espcms_Rtalbe .espcms_Rtalbe_title span{float:left;padding-left:5px;margin: 0px;height:35px;line-height: 37px;}
.espcms_Rtalbe .espcms_Rtalbe_title p.more{float:right;padding-right:0px;margin: 0px;padding-top:5px;}
.espcms_Rtalbe img{float:left;padding-top:10px;}
.espcms_Rtalbe .espcms_Rtalbe_summmit{float:left;padding-top:10px;line-height: 25px;}
.espcms_Rtalbe ul.bann{width:280px;overflow: hidden;padding:0px;margin: 0px;}
.espcms_Rtalbe ul.bann li{width:280px;overflow: hidden;}
.espcms_Rtalbe ul.bann li img{padding:0px;}

.espcms_piclist_table {width:708px;overflow: hidden;border: 1px solid #e5e5e5}
.espcms_piclist_table .espcms_piclist_table_title{height:30px;line-height: 30px;overflow: hidden;border-bottom:1px solid #e5e5e5}
.espcms_piclist_table .espcms_piclist_table_title .title{float:left;padding-left:5px;margin: 0px;height:30px;line-height: 30px; width:300px;}
.espcms_piclist_table .espcms_piclist_table_title span{padding-left:5px;margin: 0px;height:30px;line-height: 30px;}
.espcms_piclist_table .espcms_piclist_table_title .pic_pagebotton{float:right;margin: 0px;height:30px;padding-top:6px; width:300px;}



.espcms_page_border{width:998px;overflow: hidden;margin: 0 auto;border: 1px solid #e5e5e5;padding:5px 0px;margin-top: 15px;margin-bottom:15px;}
.espcms_page_border li{float: left;height:85px;line-height: 86px;padding: 0px 7px;}
.espcms_page_border li.font{float: left;height:35px;line-height: 35px;padding: 0px 0px 0px 14px;}
/*内页结构*/
.espcms_page_bannpic{width:100%;margin: 0 auto;text-align: center;background-color: #eafaff;overflow: hidden;}
.espcms_page_left_linkbg{background: url(../images/espcms_left_bg.jpg) repeat-y left;}
.espcms_page_left{float: left;width:230px;overflow: hidden;  }
.espcms_page_right{padding-bottom:25px;overflow: hidden;margin-top:50px;}

.espcms_page_left h2{ line-height:40px;width:230px;padding:10px 0px 7px 0; background:#52a61a;margin: 0px;font-size:20px;overflow: hidden; text-align:center; color:#FFF; font-weight:bold;}
.espcms_page_left .leftCotnet{float: left;width:190px;padding-left:5px;padding-right:5px;overflow: hidden;}

.espcms_page_left .espcms_three_one li{float: left;width:195px;height:40px;padding-left:5px;line-height: 40px;border-bottom: 1px solid #e6e6e6;background: url('../images/icon3.gif') no-repeat 188px 15px;}
.espcms_page_left .espcms_three_one li.hover a{color:#0e9d56;}
.espcms_page_left .espcms_three_one li a{font-weight: bold;font-size:14px;color:#b2b2b2} .espcms_page_left .espcms_three_one li a:hover{color:#0e9d56}


.espcms_page_typename_width{ padding:10px 0px 7px 5px;color:#058a8a;font-size:16px;}
.espcms_page_labelname{float:left;width:230px;padding:5px 0px 7px 5px;color:#333;font-size:16px;}
.espcms_page_location{ width:100%;height:70px;line-height: 70px;background:url(../images/images/0222.png) left no-repeat; font-size:14px; border-bottom:1px solid #ddd}
.espcms_page_location .s_width{ background:url(../images/images/home_ico.png) no-repeat left center; color:#666}
.espcms_page_location .s_width p{ padding:0 0 0 50px;}
.espcms_page_location .s_width a{color:#666}




/*内容版式*/
.espcms_newspic {padding:25px 10px 35px 10px;}
.espcms_newspic dt{float:left;width:250px;padding-right:10px;}
.espcms_newspic dd{padding-top:5px;}
.espcms_newspic dd.t{padding-top:0px;}
.espcms_newspic dd.s{color:#a5a5a5;line-height:23px;}
.espcms_newspic dd.d{color:#ff9000;}
.espcms_newspic dd.m{text-align:right;}

.espcms_newslist{padding:10px 10px;}
.espcms_newslist li{padding:15px 0px;overflow: hidden;}
.espcms_newslist li dt{float: left;width:80px;padding-right:10px;}
.espcms_newslist li dd.t{padding-top:0px;}
.espcms_newslist li dd.s{color:#a5a5a5;line-height:20px;}
.espcms_newslist li dd.d{color:#ff9000;}
.espcms_newslist li dd.m{text-align:right;}
.espcms_newslist li dd.tl{ float:right;height:80px; width:830px;}
.tttt{height:30px;}
.tttt a{float:left;height:30px; line-height:30px; color:#007ed5; font-size:16px; font-weight:bold;}
.tttt a:hover{float:left;height:30px; line-height:30px; color:#007ed5; font-size:16px;}
.tttt_l{ height:60px;}
.tttt_l p{line-height:24px; font-size:14px; color:#666;}
.tttt_l a{ font-size:14px;color:#007ed5;}
.tttt_l a:hover{ font-size:14px;color:#007ed5;}

.espcms_newslist li dd.dr{color:#a5a5a5; float:left; height:80px; width:70px; font-size:21px; line-height:30px; text-align:center;}
.dr p{ font-size:35px; font-weight:bold;}
.ljjj{height:15px;}
.espcms_newslist li.espcms_strlist {padding:10px 0px 10px 0;background: url('../images/icon3.gif') no-repeat 0px 18px; height:80px; }
.espcms_strlist dl{ width:1100px; margin:0 auto}
.espcms_strlist dd a{ line-height:35px; font-size:16px; display:block; border-bottom:1px dashed #ccc}

.espcms_newslistt{padding:10px 10px;}
.espcms_newslistt li{padding:15px 0px;overflow: hidden;}
.espcms_newslistt li dt{float: left;width:80px;padding-right:10px;}
.espcms_newslistt li dd.t{padding-top:0px;}
.espcms_newslistt li dd.s{color:#a5a5a5;line-height:20px;}
.espcms_newslistt li dd.d{color:#ff9000;}
.espcms_newslistt li dd.m{text-align:right;}
.espcms_newslistt li dd.tl{ float:right;height:120px; width:770px;}
.ttttt{height:30px;}
.ttttt a{float:left;height:30px; line-height:30px; color:#000; font-size:15px; font-weight:bold;}
.ttttt a:hover{float:left;height:30px; line-height:30px; color:#de0303; font-size:15px; text-decoration:none;}
.ttttt_l{ height:60px;} 
.ttttt_l p{line-height:24px; font-size:14px; color:#666;}
.ttttt_l a{ font-size:14px;color:#000;}
.ttttt_l a:hover{ font-size:14px;color:#de0303; text-decoration:none;}

.espcms_newslistt li dd.dr{color:#a5a5a5; float:left; height:120px; width:160px; font-size:21px; line-height:30px; text-align:center;}
.ljjj{height:15px;}
.espcms_newslistt li.espcms_strlistt {padding:10px 0px 10px 0;background: url('../images/icon3.gif') no-repeat 0px 18px; height:120px; border-bottom:1px #f3f3f3 solid; border-top:1px #f3f3f3 solid;}

.espcms_book{overflow: hidden; font-size:15px; margin-bottom:30px; border:1px solid #eee; padding:20px; background:#fff}
.espcms_book img{ margin-bottom:15px;}

.espcms_book_paddingbottom0{width:970px;overflow: hidden;}
.espcms_book_padding15{width:760px;overflow: hidden;padding:15px;}
.espcms_book_padding0{width:760px;overflow: hidden;padding:0px;}
.espcms_pro_pic{float: left;width:600px;overflow: hidden;}
.espcms_pro_title{float: right;width:500px;overflow: hidden;}
.espcms_pro_title h1{font-size:24px;font-weight: bold; line-height:80px; color: #1e1e1e}
.espcms_pro_title .espcms_priceclass{color:#ff9000;font-weight: bold;font-size:14px;}
.espcms_pro_title dd{padding:28px 0px 8px 0;color:#7a7a7a;background: url('../images/icon7.gif') no-repeat -2px 10px; line-height:33px;}
.espcms_pro_title .dd_padding{padding:18px 0px; line-height:33px; border-bottom: 1px solid #dedede;}
.espcms_pro_title dt{ color:#7a7a7a;}
.espcms_book ul{ padding:20px 0 0 0}
.espcms_book li.canshu{ width:200px; float:left; padding:0 20px 0 0;  line-height:28px; color:#7a7a7a; font-size:14px;}
.espcms_book li.canshu span{ font-size:14px; font-weight:bold; color:#333}
.espcms_news_title{padding:15px;text-align: center;margin: 0px auto; color:#333;}
.espcms_news_title h1{ line-height:50px;}
.espcms_newslist_read{padding:0px 5px;}
.espcms_newslist_read li{float: left;width:48%;background: url('../images/icon2.gif') no-repeat 0px 8px;padding:0px 0px 5px 8px;overflow: hidden;}




.index_icon {
    background: #f5f5f5;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.title .h3 {
    font-size: 34px;
    color: #454545;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
}
.title .p {
    font-size: 16px;
    color: #454545;
    text-align: center;
    line-height: 30px;
    margin-bottom: 6px;
}

.index_icon .icon {
    margin-left: -20px;
    padding-top: 29px;
    padding-bottom: 68px;
}
.index_icon .icon .float_l {
    width: 223px;
    height: 242px;
    border: solid 1px #d3d3d3;
    margin-left: 19px;
}
.float_l {
    float: left;
}
.index_icon .icon .float_l .h3 {
    font-size: 20px;
    color: #454545;
    font-weight: 600;
    text-align: center;
}
.index_icon .icon .float_l .h3 span {
    margin: 0 3px;
    line-height: 20px;
}
.index_icon .icon .float_l .xian {
    width: 33px;
    height: 2px;
    background: #0339c2;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 14px;
}
.index_icon .icon .float_l .p1 {
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    text-align: center;
    margin: auto;
}
.index_icon .icon .float_l .p2 {
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    text-align: center;
    margin: auto;
}
.index_icon .icon .float_l:hover img {
    -webkit-text-fill-color: transparent;
    -webkit-animation: flipInY 1.5s;
}